Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Hashie >= 4.0 optional #33

Merged
merged 5 commits into from
Jan 24, 2023
Merged

Make Hashie >= 4.0 optional #33

merged 5 commits into from
Jan 24, 2023

Conversation

shawnstephens
Copy link
Contributor

Problem

Spectre uses resque-status that in turn uses github_api that requires Hashie ~> 3.5. v3.0.0 is breaking the build in Spectre.

Solution

Make the usage of Hashie 4.0 optional.

like Spectre have dependencies that require Hashie < 4.0.
@shawnstephens shawnstephens requested a review from a team as a code owner January 23, 2023 22:44
@zorab47
Copy link
Contributor

zorab47 commented Jan 23, 2023

Looks good. You'll need to relax the requirement in the gemspec too. Should we add a comment that provides a hint to when the code can be removed?

@shawnstephens
Copy link
Contributor Author

Looks good. You'll need to relax the requirement in the gemspec too. Should we add a comment that provides a hint to when the code can be removed?

Thanks @zorab47, I had forgotten to push the gem spec change. It's there now! I'll add the comment as well.

Copy link
Contributor

@zackse zackse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @shawnstephens!

@shawnstephens shawnstephens merged commit 87ffebf into main Jan 24, 2023
@shawnstephens shawnstephens deleted the sds/make-quiet-optional branch January 24, 2023 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants